home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / webbit~1 / dispids.h next >
C/C++ Source or Header  |  1995-12-04  |  910b  |  30 lines

  1. //=--------------------------------------------------------------------------=
  2. // Dispids.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // dispids for use in an automation or control object.
  13. //
  14. #ifndef _DISPIDS_H_
  15.  
  16. //=--------------------------------------------------------------------------=
  17. // for the WebBitmap control
  18. // properties & methods
  19. //
  20. #define DISPID_BMPPATH    102
  21. #define DISPID_SCRAMBLE 103
  22.  
  23.  
  24. // events
  25. //
  26.  
  27.  
  28. #define _DISPIDS_H_
  29. #endif // _DISPIDS_H_
  30.